home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / wb / fa_wbass.lha / WbAssign.readme < prev   
Text File  |  1997-01-29  |  2KB  |  57 lines

  1. Short: Make Assigns, start programs etc. from WB
  2. Author: Francesco Agnoli
  3. Version: 1.0
  4. Requires: OS3
  5.  
  6. Introduction
  7. ============
  8.  
  9. With WbAssign you can make all asigns you need (also ASSIGN ADD and
  10. ASSIGN ... DEFER) with one little program. You can also start programs
  11. or ARexx-scripts. All you need is to enter your assign-list and program
  12. names as tooltypes in the WbAssign's icon file.
  13.  
  14. Installation
  15. ============
  16.  
  17. Put WbAssign and WbAssign.info in your wbstartup drawer (if you want
  18. to start WbAssign automatically) or elsewhere (in this case you must
  19. run WbAssign with a double-click on its icon).
  20.  
  21. WbAssign can be started only from the Workbench.
  22. You need OS 3.0+ (maybe it runs also under 2.0, but I didn't test it).
  23.  
  24. Usage
  25. =====
  26.  
  27. Use the Workbench-Menu "Information" to enter tooltypes for the WbAssign
  28. icon. There are following options:
  29.  
  30. Format                  Example                 shell command
  31. ------------------------------------------------------------------
  32. ASN=<assign>=<path>     ASN=tmp=hd1:work        assign tmp: hd1:work
  33. ADD=<assign>=<path>     ASN=libs=mui:libs       assign ADD libs: mui:libs
  34. ASL=<assign>=<path>     ASN=tmp=ram:            assign tmp: ram: DEFER
  35. RUN=<program>           RUN=newshell            newshell
  36. RXX=<Arexx-Script>      RXX=script.rexx         rx script.rexx
  37. WAI=<seconds>           WAI=5                   wait 5
  38. ;<any Text>             ;This is a comment
  39.  
  40. Do not use blanks within the command line.
  41.  
  42. Copyright
  43. =========
  44.  
  45. WbAssign is MAILWARE. If you like and use this program you should
  46. send me an email or a postcard.
  47.  
  48. Autor
  49. =====
  50.  
  51. E-Mail:  f.agnoli@pass.dnet.it
  52. Address: Francesco Agnoli
  53.          Schabs Nr. 143
  54.          I-39040 NATZ-SCHABS
  55.          (South Tyrol - Italy)
  56.  
  57.